[INFO] cloning repository https://github.com/GitTuanKiet/engo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GitTuanKiet/engo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGitTuanKiet%2Fengo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGitTuanKiet%2Fengo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2dfca3ce3f68a70d165728f794b7dd5b3358b6ff
[INFO] checking GitTuanKiet/engo against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGitTuanKiet%2Fengo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/GitTuanKiet/engo
[INFO] finished tweaking git repo https://github.com/GitTuanKiet/engo
[INFO] tweaked toml for git repo https://github.com/GitTuanKiet/engo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GitTuanKiet/engo on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GitTuanKiet/engo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514
[INFO] running `Command { std: "docker" "start" "2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling nano-gemm-codegen v0.1.0
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling pulp v0.21.5
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling dyn-stack-macros v0.1.3
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking dyn-stack v0.13.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling pyo3-build-config v0.28.3
[INFO] [stderr]     Checking nano-gemm-core v0.1.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking ownedbytes v0.9.0
[INFO] [stderr]    Compiling nano-gemm-f64 v0.1.0
[INFO] [stderr]    Compiling nano-gemm-c64 v0.1.0
[INFO] [stderr]    Compiling nano-gemm-f32 v0.1.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling nano-gemm-c32 v0.1.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking bitpacking v0.9.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking utf8-ranges v1.0.5
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking tantivy-fst v0.5.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking tantivy-bitpacker v0.10.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.49
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]    Compiling equator-macro v0.2.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking equator v0.2.2
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling typetag v0.2.22
[INFO] [stderr]     Checking coe-rs v0.1.2
[INFO] [stderr]     Checking murmurhash32 v0.3.1
[INFO] [stderr]     Checking matrixcompare-core v0.1.0
[INFO] [stderr]     Checking matrixcompare v0.3.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking tantivy-common v0.11.0
[INFO] [stderr]    Compiling typetag-impl v0.2.22
[INFO] [stderr]     Checking tantivy-stacker v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking dyn-stack v0.11.0
[INFO] [stderr]     Checking cblas-sys v0.1.4
[INFO] [stderr]     Checking generativity v1.2.1
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking dbgf v0.1.2
[INFO] [stderr]    Compiling turbovec v0.8.0
[INFO] [stderr]    Compiling redb v4.1.0
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking fastdivide v0.4.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking tantivy-query-grammar v0.26.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking measure_time v0.9.0
[INFO] [stderr]     Checking munge v0.4.7
[INFO] [stderr]     Checking tantivy-tokenizer-api v0.7.0
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking sketches-ddsketch v0.4.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking pulp v0.18.22
[INFO] [stderr] error: could not compile `nano-gemm-f32` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name nano_gemm_f32 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nano-gemm-f32-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=39f10ee7f6265a31 -C extra-filename=-561158d06f54b64a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nano_gemm_core=/opt/rustwide/target/debug/deps/libnano_gemm_core-934915014a118128.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nano-gemm-c32` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name nano_gemm_c32 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nano-gemm-c32-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=b037be90809801ed -C extra-filename=-0b3c5f1f377d2dc4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nano_gemm_core=/opt/rustwide/target/debug/deps/libnano_gemm_core-934915014a118128.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-c2b2f3962f7403b7.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514", kill_on_drop: false }`
[INFO] [stdout] 2ff172dd9b6284314c720537a1bbb71b968b8651d851ba63d32765ef5e893514
